runtime.statAggregate.heapStats (field)
26 uses
runtime (current package)
metrics.go#L224: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
metrics.go#L227: for i, count := range in.heapStats.smallAllocCount[1:] {
metrics.go#L236: out.scalar = in.heapStats.totalAllocated
metrics.go#L243: out.scalar = in.heapStats.totalAllocs
metrics.go#L250: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L253: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L262: out.scalar = in.heapStats.totalFreed
metrics.go#L269: out.scalar = in.heapStats.totalFrees
metrics.go#L302: out.scalar = in.heapStats.numObjects
metrics.go#L309: out.scalar = uint64(in.heapStats.tinyAllocCount)
metrics.go#L341: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L342: in.heapStats.inStacks - in.heapStats.inWorkBufs -
metrics.go#L343: in.heapStats.inPtrScalarBits)
metrics.go#L350: out.scalar = in.heapStats.inObjects
metrics.go#L357: out.scalar = uint64(in.heapStats.released)
metrics.go#L364: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L371: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L406: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
metrics.go#L434: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L704: heapStats heapStatsAggregate
metrics.go#L723: a.heapStats.compute()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |